home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / nroff1.zip / NROXTRN.H < prev    next >
C/C++ Source or Header  |  1990-12-07  |  563b  |  22 lines

  1. /*
  2.  *      external "common" for NRO word processor
  3.  *
  4.  *      Stephen L. Browning
  5.  *      5723 North Parker Avenue
  6.  *      Indianapolis, Indiana 46220
  7.  *
  8.  *    Ported to MS C 5.1 
  9.  *      by John Dudeck (jdudeck@polyslo.calpoly.edu) 11/25/90.
  10.  */
  11. #ifndef EXTERN
  12. #define EXTERN extern
  13. #endif
  14.  
  15. EXTERN struct docctl dc;
  16. EXTERN struct page pg;
  17. EXTERN FILE   *oub; /* output file handle? */
  18. EXTERN FILE   *pout; /* output printer handle? */
  19. EXTERN struct cout co;
  20. EXTERN FILE   *sofile[NFILES];  /* input file buffers   */
  21. EXTERN struct macros mac;
  22.